home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Utilities / Text / Easy View 2.62 / Easy View Extensions < prev    next >
Encoding:
Text File  |  1995-03-07  |  7.3 KB  |  118 lines  |  [TEXT/R*ch]

  1. rce code
  2. * in order to keep the archive size down, but if you’re interested I can mail it
  3. * to you.
  4.  
  5.  
  6.   Speaking
  7. ----------
  8. From: markf@POST.queensu.ca (Mark Fleming)
  9. Date: Wed, 6 Oct 1993 19:25:14 -0500
  10. Subject: BBEdit extension Speaking
  11.  
  12. Two new BBEdit Extensions for speaking the selected text using
  13. Apple new Speech Manager.  I was thinking about writting a XTND
  14. capable speaking program, to allow speaking of any word 
  15. processing file, but no need since BBEdit V2.2.1 is such a
  16. program.  
  17.  
  18. Hence, Speak with Dialog and Speaking my first BBEdit modules.
  19.  
  20. 1)    Speaking
  21.  
  22.     Simple extension that use Apple’s new speech manager to
  23.     ‘Talk’ the selected text.
  24.                   
  25. 2)    Speaking with Dialog (Same as Speaking except with a dialog box).
  26.  
  27.     An extension that use Apple’s new speech manager to ‘Talk’
  28.     the selected text.
  29.  
  30.     The use is presented with a dialog box with some limited
  31.     control over how text is spoken.
  32.  
  33.     * You can ask it to spell the text or speak the text.
  34.     * You can use the Talk, Stop, Pause, and Continue buttons to
  35.       control and replay the text.
  36.     * The exit button is used to return to BBEdit.
  37.  
  38. Cheers, Mark Fleming
  39.  
  40. Copyright (c) 1993, All Rights Reserved.
  41. AppleLink: CDA0621              InterNet: markf@Post.QueensU.CA 
  42. ** The Author of NetDoctor,  a Lab and Network Maintainer Package **    
  43.  
  44.  
  45.   Get URL «
  46. -----------
  47. Date: Thu, 9 Feb 1995 17:45:08 -0600
  48. From: eyler@bilkent.edu.tr (Akif Eyler)
  49. Subject: [*] Get URL BBEdit/EasyView Extension
  50.  
  51. Version 1.2 of February 95
  52.  
  53. This extension calls various Internet software to decode
  54. URL's.  Usable from BBEdit and Easy View.
  55.  
  56. Place the extension into your "BBEdit Extensions" and/or
  57. "EV Extensions" folder.  You don't need to restart the
  58. machine, this is not a system extension.
  59.  
  60. "Get URL" recognizes 4 URL strings currently:
  61. * ftp:
  62. * /info-mac/
  63. * gopher:
  64. * http:
  65. The first two go to Anarchie and the last two to MacWeb.
  66.  
  67. Completely configurable with a resource editor.
  68.  
  69. Dedicated to:
  70. Adam Engst, Peter Lewis, and John Norstad.
  71.  
  72. M. Akif Eyler
  73.  
  74. ------------------------------
  75.  
  76. Technical Note
  77. --------------
  78. Most routines are fully implemented in Easy View 2.5x, as
  79. indicated by OK below. Some of these are restricted as noted.
  80.  
  81. Other routines are not implemented yet.
  82.  
  83. { version 1 callbacks }
  84.     getWindowContents       OK
  85.     getSelection            OK, firstChar=0
  86.     setSelection            OK, firstChar ignored
  87.     getDocInfo              -
  88.     getModDate              -
  89.     copy                    OK
  90.     paste                   OK
  91. { version 2 callbacks }
  92.     getLastLine             OK
  93.     getLineNumber           OK
  94.     getLineStart            OK
  95.     getLineEnd              OK
  96.     getLinePos              OK
  97.     insertText              OK
  98.     deleteText              OK
  99.     setWindowContents       OK
  100.     contentsChanged         OK
  101.     getFileText             -
  102.     getFolder               -
  103.     openSeveral             -
  104.     centerDialog            OK, not centered
  105.     standardFilter          OK
  106.     frameDialogItem         OK
  107.     newDocument             OK
  108.     openDocument            -
  109.     allocateMemory          OK, clear ignored
  110.     findPattern             OK, call Munger, case sensitive
  111.     reportOSErr             OK
  112.     getPreference           OK
  113.     setPreference           OK
  114.     startProgress           -
  115.     doProgress              -
  116.     doneProgress            -
  117.  
  118.